The HDF_VD_ISATTR function determines whether or not a VData is storing an attribute. HDF stores attributes as VDatas, so this routine provides a means to test whether or not a particular VData contains an attribute.
Result = HDF_VD_ISATTR(VData)
Returns TRUE (1) if the VData is storing an attribute, FALSE (0) otherwise.
The VData handle returned by a previous call to HDF_VD_ATTACH.
None
For an example using this routine, see the documentation for HDF_VD_ATTRSET.
4.0 |
Introduced |
HDF_VD_ATTRFIND, HDF_VD_ATTRINFO, HDF_VD_ATTRSET, HDF_VD_NATTRS